@charset "UTF-8";
@font-face {
  font-family: lishu;
  src: url('../images/lishu.TTF');
}
* {
  font-family: '微软雅黑';
}
html,
body {
  font-family: 'Microsoft YaHei', '微软雅黑';
  font-size: 14px;
  line-height: 25px;
}

header {
  background-color: rgba(175, 175, 175, 0.9);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 125px;
  z-index: 9999;
  border-bottom: #a3acb2 solid 1px;
}
header .header {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

header .header .top-logo {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
header .header .top-logo .top-logo-logo img {
  max-height: 80px;
  margin-top: 10px;
  margin-left: 70px;
}
.top-logo-logo {
  width: 300px;
  float: left;
}
.top-logo-tel {
  /*background: url(../images/tel.png) left top no-repeat;*/
  background-size: 18%;
  height: 60px;
  padding-left: 60px;
  width: 773px;
  float: right;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  font-family: lishu;
  text-align: right;
}
.top-logo-tel h2 {
  color: #fff;
  font-size: 32px;
}
header .top-con {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
header .top-con .nav {
  width: 100%;
  height: 100%;
}
header .top-con .nav .nav-item {
  position: relative;
  float: left;
  width: 171px;
  display: inline;
  text-align: center;
}
header .top-con .nav .nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
header .top-con .nav .nav-item .nav-item-uls {
  display: none;
  position: absolute;
  top: 49px;
  left: -0px;
  width: 171px;
  padding: 0px 0;
  background-color: #fff;
  float: left;
  line-height: 40px;
}
header .top-con .nav .nav-item .nav-item-uls a {
  color: #333;
}
header .top-con .nav .nav-item .nav-item-uls li {
  text-align: center;
}
header .top-con .nav .nav-item .nav-item-uls li a {
  height: 40px;
  line-height: 40px;
}
header .top-con .nav .nav-item .nav-item-uls li:hover a {
  color: #fff;
  text-decoration: none;
  background-color: rgba(175, 175, 175, 0.99);
}
header .top-con .nav .nav-item:hover .nav-item-uls {
  display: block;
}

/*.header-bj {
  height: 80px;
  background-color: rgba(163, 163, 163, 0.8);
  border-bottom: none;
  transition: all 0.8s; }
*/
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.banner ul {
  width: 400%;
  height: auto;
  overflow: hidden;
}
.banner ul li {
  width: 100%;
  height: auto !important;
  overflow: hidden;
  float: left;
}
.banner ul li img {
  max-width: 100%;
  display: block;
}
.banner .banner-zi {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 800px;
  height: 100%;
  z-index: 99;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner .banner-zi h1 {
  color: rgb(188, 135, 28);
  font-weight: bold;
  text-shadow: 0 0 40px #000;
  font-size: 48px;
  padding: 0 0px 20px 0px;
  animation: banner1 2s ease;
}

@keyframes banner1 {
  0% {
    transform: translate3d(0, -500px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.banner .banner-zi h2 {
  font-size: 24px;
  padding: 20px 0px 20px 0px;
  font-weight: normal;
  animation: banner1 1.5s ease;
}
.banner .banner-zi .xian {
  height: 18px;
  line-height: 18px;
  width: 100px;
  margin: 0 auto;
  border-bottom: #fff solid 3px;
}
.banner .banner-zi p {
  width: 225px;
  margin: 30px auto;
  text-align: center;
  font-size: 24px;
  padding: 0px 0px 15px 0px;
  animation: banner2 1s ease;
}
.banner .banner-zi p i {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-top: 5px;
  background: url(../images/ico.png) no-repeat 0 0;
  float: left;
  display: inline-block;
}

@keyframes banner2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.banner .banner-zi .more {
  border: #fff solid 1px;
  padding: 0 20px;
  width: 105px;
  margin: 88px auto 0px;
  color: #fff;
  animation: banner2 1.5s ease;
}
.banner .banner-zi .more a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-size: 14px;
}

.banner ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  width: 100%;
  height: auto;
}

.n-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.n-banner img {
  display: block;
}
.n-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  width: 100%;
  height: 100%;
}
.n-banner img {
  max-width: 100%;
}

.w1200 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.index {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .fuwu {
  margin-top: 80px;
}
.index .fuwu .title {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  height: 26px;
  position: relative;
}
.index .fuwu .title p {
  position: absolute;
  font-size: 120px;
  color: #f3f3f3;
  font-family: '黑体';
  z-index: -1;
  text-align: center;
  font-weight: bold;
  width: 320px;
  top: -25px;
}
.index .fuwu .title h3 {
  position: absolute;
  top: -50px;
  left: 50px;
  z-index: 1;
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 86px;
}
.index .fuwu .fuwu-con {
  width: 100%;
  height: auto;
  margin: 50px 0;
  overflow: hidden;
}
.index .fuwu .fuwu-con dl {
  width: 540px;
  margin-right: 40px;
  padding: 20px;
  background: #fafafa;
  float: left;
  transition: all 0.5s ease-in-out;
}
.index .fuwu .fuwu-con dl a {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.index .fuwu .fuwu-con dl dt {
  padding: 10px;
  background: #fff;
  margin-right: 15px;
  float: left;
}
.index .fuwu .fuwu-con dl dt img {
  width: 180px;
  height: 140px;
}
.index .fuwu .fuwu-con dl dd {
  width: 320px;
  overflow: hidden;
  float: right;
}
.index .fuwu .fuwu-con dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 112px;
  overflow: hidden;
  margin-top: 10px;
}
.index .fuwu .fuwu-con dl:hover {
  background: #1e2432;
}
.index .fuwu .fuwu-con dl:hover a {
  color: #fff;
}
.index .fuwu .fuwu-con dl:hover p {
  color: #fff;
}
.index .fuwu .fuwu-con dl:nth-child(2n) {
  margin-right: 0;
}
.index .about {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../images/about-bg.jpg) repeat-y top;
  padding: 100px 0;
  margin: 50px 0;
}
.index .about img {
  float: right;
}
.index .about .about-left {
  width: 50%;
  float: left;
}
.index .about .about-right {
  width: 525px;
  float: left;
  margin-left: 80px;
}
.index .about .about-right .title {
  width: 250px;
  text-align: left;
  height: 61px;
  position: relative;
}
.index .about .about-right .title p {
  position: absolute;
  font-size: 120px;
  color: #f3f3f3;
  font-family: '黑体';
  z-index: 0;
  text-align: left;
  width: 250px;
  top: -50px;
  font-weight: bold;
}
.index .about .about-right .title h3 {
  position: absolute;
  top: -25px;
  left: 65px;
  z-index: 1;
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 86px;
}
.index .about .about-right .about-con {
  margin-top: 30px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.index .about .about-right .about-con a {
  color: #076aef;
}
.index .advantage {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 50px 0;
}
.index .advantage .title {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  height: 126px;
  position: relative;
}
.index .advantage .title p {
  position: absolute;
  font-size: 120px;
  color: #f3f3f3;
  font-family: '黑体';
  z-index: -1;
  text-align: center;
  width: 320px;
  top: -47px;
  font-weight: bold;
  margin-top: 100px;
}
.index .advantage .title h3 {
  position: absolute;
  top: 20px;
  left: 165px;
  z-index: 1;
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 86px;
}
.index .advantage .adv-con {
  background: url(../images/adv-bg.jpg) repeat-x top;
  padding-bottom: 100px;
  /*height: 558px; */
  overflow: hidden;
  *zoom: 1;
}
.index .advantage .adv-con ul {
  width: 100%;
  height: auto;
}
.index .advantage .adv-con ul li {
  width: 400px;
  height: auto;
  float: left;
}
.index .advantage .adv-con ul li .top {
  width: 300px;
  height: 180px;
  padding: 50px;
  text-align: left;
  background: #fafafa;
}
.index .advantage .adv-con ul li .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
}
.index .advantage .adv-con ul li .top span {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  line-height: 30px;
}
.index .advantage .adv-con ul li .top p {
  font-size: 14px;
  color: #666;
  line-height: 23px;
  /*margin-top: 30px;*/
  overflow: hidden;
}
.index .advantage .adv-con ul li .bot {
  width: 400px;
  height: 280px;
  overflow: hidden;
}
.index .advantage .adv-con ul li .bot img {
  width: 400px;
  height: 280px;
  position: relative;
  transition: all 1s;
}
.index .advantage .adv-con ul li .bot:hover img {
  transform: scale(1.5);
}

.index .anli {
  margin-top: 100px;
  width: 100%;
  height: auto;
}
.index .anli .title {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  height: 86px;
  position: relative;
}
.index .anli .title p {
  position: absolute;
  font-size: 120px;
  color: #f3f3f3;
  font-family: '黑体';
  z-index: -1;
  text-align: center;
  font-weight: bold;
  width: 320px;
  top: -47px;
}
.index .anli .title h3 {
  position: absolute;
  top: -83px;
  left: 165px;
  z-index: 1;
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 86px;
}
.index .anli .uls {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.index .anli .uls .lis {
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.index .anli .uls ul {
  /* width: 9999%;
  height: 220px;
  position: relative; */
}
.index .anli .uls ul li {
  /* float: left;
  margin: 0 15px;
  width: 280px;
  overflow: hidden;
  display: inline;
  position: relative; */
}
.index .anli .uls ul li img {
  height: 250px;
  position: relative;
}
.index .anli .uls ul li .zi {
  background: #1e2432;
  width: 200px;
  height: 140px;
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  margin: 0 auto;
}
.index .anli .uls ul li .zi h4 {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.index .anli .uls ul li .zi span {
  display: block;
  width: 30px;
  height: 20px;
  border-bottom: #076aef solid 2px;
  margin: 0px auto 10px;
}
.index .anli .uls ul li .zi p {
  line-height: 24px;
  text-align: center;
  color: #fff;
  height: 75px;
  overflow: hidden;
  margin-top: 10px;
}
.index .anli .uls ul li:hover .zi {
  opacity: 1;
}
.index .anli .uls .ne {
  position: absolute;
  right: 0px;
  top: 91px;
  display: block;
  width: 30px;
  height: 46px;
  overflow: hidden;
  background: url(../images/ico.png) 0 -135px no-repeat;
  cursor: pointer;
  z-index: 99;
}
.index .anli .uls .pr {
  position: absolute;
  left: 0px;
  top: 91px;
  display: block;
  width: 30px;
  height: 46px;
  overflow: hidden;
  background: url(../images/ico.png) 0 -35px no-repeat;
  cursor: pointer;
  z-index: 99;
}
.index .news {
  width: 100%;
  height: auto;
  margin: 50px 0;
  overflow: hidden;
}
.index .news .title {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  height: 86px;
  position: relative;
  margin-bottom: 50px;
}
.index .news .title p {
  position: absolute;
  font-size: 120px;
  color: #f3f3f3;
  font-family: '黑体';
  z-index: -1;
  text-align: center;
  font-weight: bold;
  width: 320px;
  top: -14px;
  margin-top: 50px;
}
.index .news .title h3 {
  position: absolute;
  top: 10px;
  left: 165px;
  z-index: 1;
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 86px;
}
.index .news .news-con .news-left {
  width: 522px;
  float: left;
}
.index .news .news-con .news-left .news-tu {
  overflow: hidden;
  width: 522px;
  height: 289px;
}
.index .news .news-con .news-left .news-tu img {
  width: 522px;
  height: 289px;
  position: relative;
  transition: all 2s;
}
.index .news .news-con .news-left .news-zi {
  background: #1e2432;
  width: 462px;
  height: 93px;
  padding: 30px;
  color: #fff;
}
.index .news .news-con .news-left .news-zi .time {
  float: left;
  width: 57px;
  text-align: left;
}
.index .news .news-con .news-left .news-zi .time p {
  font-size: 30px;
}
.index .news .news-con .news-left .news-zi .time span {
  font-size: 14px;
}
.index .news .news-con .news-left .news-zi .zi-con {
  width: 380px;
  float: right;
}
.index .news .news-con .news-left .news-zi .zi-con h5 {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-bottom: #fff solid 1px;
  overflow: hidden;
}
.index .news .news-con .news-left .news-zi .zi-con p {
  line-height: 24px;
  overflow: hidden;
  color: #d2d2d2;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .news .news-con .news-left:hover img {
  transform: scale(1.5);
}
.index .news .news-con .news-right {
  width: 600px;
  float: right;
}
.index .news .news-con .news-right .right-on {
  height: 130px;
  overflow: hidden;
  margin-top: 20px;
}
.index .news .news-con .news-right .right-on .on-left {
  width: 480px;
  float: left;
}
.index .news .news-con .news-right .right-on .on-left h5 {
  font-size: 16px;
  color: #666;
  height: 40px;
  line-height: 40px;
  border-bottom: #d2d2d2 solid 1px;
  transition: all 1s;
}
.index .news .news-con .news-right .right-on .on-left p {
  line-height: 24px;
  overflow: hidden;
  color: #9d9b9b;
  margin-top: 15px;
  transition: all 1s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .news .news-con .news-right .right-on .on-left:hover h5 {
  padding-left: 20px;
}
.index .news .news-con .news-right .right-on .on-left:hover p {
  padding-left: 20px;
}
.index .news .news-con .news-right .right-on .on-right {
  width: 70px;
  text-align: center;
  float: right;
}
.index .news .news-con .news-right .right-on .on-right p {
  font-size: 30px;
  color: #666;
}
.index .news .news-con .news-right .right-on .on-right span {
  font-size: 14px;
  color: #9d9b9b;
}
.index .news .news-con .news-right ul {
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.index .news .news-con .news-right ul li {
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  border-bottom: #d2d2d2 solid 1px;
}
.index .news .news-con .news-right ul li a {
  float: left;
  color: #666;
  font-size: 14px;
  width: 327px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.index .news .news-con .news-right ul li span {
  float: right;
  color: #9d9b9b;
}
.index .lx {
  width: 100%;
  background: url(../images/contact-bg.jpg) repeat-x top;
}
.index .lx .lxs {
  background: url(../images/contact_con_bg.jpg) no-repeat top;
  padding: 20px 0px;
  overflow: hidden;
  *zoom: 1;
}
.index .lx .lxs .lx-left {
  margin-left: 50px;
  width: 350px;
  float: left;
}
.index .lx .lxs .lx-left h3 {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 15px;
}
.index .lx .lxs .lx-left p {
  color: #ececec;
  line-height: 30px;
  text-align: left;
}
.index .lx .lxs .lx-left h2 {
  text-align: left;
  font-size: 30px;
  color: #076aef;
  font-weight: 700;
}
.lx-erweima {
  background: #fff;
  width: 200px;
  float: left;
  padding: 5px;
}
.lx-erweima img {
  width: 100%;
  display: block;
}
.index .lx .lxs .lx-right {
  float: right;
  margin-right: 40px;
  width: 405px;
}
.index .lx .lxs .lx-right .box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .lx .lxs .lx-right .box > div {
  margin-bottom: 10px;
}
.index .lx .lxs .lx-right .box > div label {
  float: left;
  width: 100px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  text-align: left;
  padding-right: 10px;
  color: #fff;
}
.index .lx .lxs .lx-right .box > div input {
  float: left;
  width: 390px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  border: none;
  background: #fff;
  border-radius: 6px;
  outline: none;
  margin-bottom: 15px;
}
.index .lx .lxs .lx-right .tj {
  padding: 0px 0 0 0px;
}
.index .lx .lxs .lx-right .tj input {
  width: 150px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 5px;
  background: #076aef;
  color: #fff;
  border-radius: 3px;
}

.inside {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside .about {
  padding: 50px 0;
}
.inside .inside-title {
  width: 100%;
  height: auto;
  border-bottom: 1px #f6f6f6 solid;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  overflow: hidden;
}
.inside .inside-title h2 {
  color: #327dc2;
}
.inside .inside-title span {
  float: right;
  font-size: 12px;
  color: #333;
}
.inside .inside-title span a {
  color: #333;
  font-size: 12px;
}
.inside .bodyCon {
  min-height: 300px;
  margin: 20px 0;
}
.inside .fuwu-title {
  border-bottom: #f0f2f5 solid 1px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
}
.inside .fuwu-title li {
  display: inline-block;
  margin: 0px 5px;
}
.inside .fuwu-title li a {
  display: inline-block;
  line-height: 50px;
  padding: 0 37px;
  font-size: 16px;
  color: #333;
}
.inside .fuwu-title li.on a,
.inside .fuwu-title li:hover a {
  background: #327dc2;
  color: #fff;
}
.inside .fuwuCon {
  width: 100%;
  height: auto;
}
.inside .fuwuCon li {
  float: left;
  margin: 0 10px 30px 10px;
  width: 280px;
  overflow: hidden;
  display: inline;
  position: relative;
}
.inside .fuwuCon li img {
  width: 280px;
  height: 220px;
  position: relative;
}
.inside .fuwuCon li .zi {
  background: #1e2432;
  width: 200px;
  height: 140px;
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
  opacity: 0;
  transition: all 1s;
}
.inside .fuwuCon li .zi h4 {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.inside .fuwuCon li .zi p {
  line-height: 24px;
  text-align: center;
  color: #fff;
  height: 75px;
  overflow: hidden;
  margin-top: 10px;
}
.inside .fuwuCon li .zi span {
  display: block;
  width: 30px;
  height: 20px;
  border-bottom: #076aef solid 2px;
  margin: 0px auto 10px;
}
.inside .fuwuCon li:hover .zi {
  opacity: 1;
}
.inside .newsCon {
  width: 100%;
  height: auto;
}
.inside .newsCon dl {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inside .newsCon dl dt {
  width: 250px;
  height: 190px;
  overflow: hidden;
  float: left;
}
.inside .newsCon dl dd {
  width: 895px;
  float: right;
}
.inside .newsCon dl dd h4 {
  font-size: 16px;
  color: #666;
  height: 50px;
  line-height: 50px;
}
.inside .newsCon dl dd p {
  font-size: 14px;
  color: #9d9b9b;
  line-height: 30px;
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
}
.inside .newsCon ul {
  width: 100%;
  height: auto;
}
.inside .newsCon ul li {
  border-bottom: #f0f2f5 solid 1px;
  height: 95px;
  padding: 30px 10px 30px 30px;
  display: block;
}
.inside .newsCon ul li .news-time {
  width: 91px;
  overflow: hidden;
  float: left;
  transition: all 1s;
}
.inside .newsCon ul li .news-time h3 {
  color: #666;
  font-size: 30px;
  line-height: 50px;
}
.inside .newsCon ul li .news-time span {
  color: #9d9b9b;
  font-size: 14px;
}
.inside .newsCon ul li .news-li {
  width: 1027px;
  overflow: hidden;
}
.inside .newsCon ul li .news-li h4 {
  font-size: 16px;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.inside .newsCon ul li .news-li p {
  font-size: 14px;
  color: #9d9b9b;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.inside .newsCon ul li:hover .news-time {
  margin-left: 30px;
}
.inside .lxCon {
  width: 100%;
  height: auto;
}
.inside .lxCon ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 50px 0;
}
.inside .lxCon ul li {
  width: 270px;
  margin: 0px 40px;
  text-align: center;
  float: left;
}
.inside .lxCon ul li p {
  color: #333;
  font-size: 14px;
  margin-top: 30px;
}

.bodyCon {
  margin-top: 50px;
  overflow: hidden;
  *zoom: 1;
}
.body_leibie {
  width: 250px;
  float: left;
}
.body_leibie h2 {
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: #327dc2;
}
.body_leibie ul {
  margin-top: 15px;
}
.body_leibie ul li {
  list-style-type: circle;
}
.body_leibie ul li a {
  display: block;
  line-height: 30px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  border-bottom: 1px #ccc dashed;
}
.body_right {
  width: 890px;
  float: right;
}
.bodyCon .body-top {
  border-bottom: 1px dotted #cccccc;
}
.bodyCon .body-top h1 {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Microsoft yahei';
}
.bodyCon .body-top .body-time {
  color: #999999;
  padding: 10px 0;
}
.bodyCon .body-top .body-time .time1 {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  padding-left: 20px !important;
  background-image: url(../images/icc01.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
.bodyCon .body-top .body-time .time1 i {
  font-size: 16px;
  font-weight: normal;
}
.bodyCon .body-top .body-time .time2 {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  padding-left: 20px !important;
  background-image: url(../images/icc02.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
.bodyCon .body-top .body-time .time2 i {
  font-size: 16px;
  font-weight: normal;
}
.bodyCon .body-bot {
  padding: 20px 0;
}
.bodyCon .body-bot .net {
  width: 100%;
  margin: 20px 0;
}
.bodyCon .body-bot .net ul {
  width: 100%;
}
.bodyCon .body-bot .net ul li {
  width: 728px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
}
.bodyCon .body-bot .net ul li a {
  color: #333;
}
.bodyCon .body-bot .net ul .pr {
  padding-left: 20px !important;
  background-image: url(../images/icc06.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
.bodyCon .body-bot .net ul .ne {
  padding-left: 20px !important;
  background-image: url(../images/icc07.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}

footer {
  width: 100%;
  background: #12151c;
  padding: 20px 0px;
  color: #d1cfcf;
}
footer p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}

.index .title {
  margin-top: 50px !important;
}
.index .anli .title {
  margin-top: 200px !important;
}
.index .fuwu .title {
  margin-top: 150px !important;
}
.page {
  width: 100%;
  height: 100px;
  text-align: center;
  overflow: hidden;
}
.page li {
  display: inline-block !important;
  width: auto !important;
  margin: 5px !important;
  float: none !important;
}
.page li a{
  display: block !important;
  border: 1px #ccc solid;
  padding: 4px 10px !important;
  color: #333;
}

.page li a {
  color: #333;
}
.page li .currPage,
.page li a:hover {
  background-color: #076aef;
  color: #fff;
  border-color: #076aef;
}

